Welcome![Sign In][Sign Up]
Location:
Search - udp in java

Search list

[ICQ-IM-Chatjavaoicq

Description: 我最近也在研究用java实现oicq。 这是我的客户端的简单编程实现。 主要是通过udp方式,实现用户间的对话。 其中运用了序列化类的方法。 以下是源代码,请多提意见。-Recently, I also examined the java achieve Live. This is my client's simple programming. Mainly through udp way to achieve a dialogue between users. The sequence in which the use of such methods. Following is the source code, please speak up.
Platform: | Size: 1487 | Author: zengjian | Hits:

[Otherwssf

Description: JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ Java is a language based on the client / server (C / S) mode Local SMS real-time communications tool, the system uses Microsoft's SQL Server 2000 database as a background, system access to the database through JDBC. System is divided into server and two clients, the server-client "Transmission Control Protocol" (TCP), socket (Socket) connectivity, customers using the "User Datagram Protocol" (UDP), through Datagram Sockets (DatagramSocket) establish a connection. Users registered with the system, users log in, friends add, delete friends, send and receive news and other functions.
Platform: | Size: 54733 | Author: 乔峰 | Hits:

[Otherjiaohuanjimoni

Description: 编写本程序时,所使用的是传输层的UDP协议,不分服务器和客户端,采用对等实体的形似实现信息的传输。运用java.net.DatagramPacket类和java.net.DatagrameSocket类实现套接和数据的传输。并且采用组播形式进行数据信息的传递。使用三个简单协议数据单元(PDU),即JOIN PDU,LEAVE PDU,MESSAGE PDU。分别表示首次连接时组播的数据报、用户离开时组播的数据报,用户输入完消息时组播的数据报。-preparation of this procedure, which is used in the transport layer UDP, regardless of the server and client, used such entities to realize the huge information transmission. Java.net.DatagramPacket use category and java.net.Data grameSocket Class of molars and data transmission. And using multicast form of the transfer of data information. Use three simple protocol data unit (PDU), the PDU JOIN, LEAVE PDU. MESSAGE PDU. , Said the first link multicast data reported that users leave multicast data reported, End user input information on the multicast data reported.
Platform: | Size: 1451910 | Author: 水依 | Hits:

[JSP/JavaHHAHHAHHE

Description: 当我们编写JAVA应用程序时,主要是在第四层即应用层工作。一般说来,不必关心TCP/UDP层,这是因为java.net包已提供了系统无关的底层实现。然而,理解TCP和UDP对于决定选择使用哪种java类,还是十分必要的-JAVA applications, primarily in the fourth layer is the application layer work. Generally speaking, does not have to care about TCP / UDP layers. This is because the java.net package provides system unrelated to the underlying implementation. However, the understanding of TCP and UDP for the decision to choose which category of java, is very necessary
Platform: | Size: 2378 | Author: dkfhjh | Hits:

[TCP/IP stack160955

Description: - IP Messenger is a pop up style message communication software for multi platforms. It is based on TCP/IP(UDP). - This software don t need server machine. - Simple, lightweight, and free software :-) - Win, Win16, Mac(Japanese only), X11R6, Java version and all source is open to public. You can get in the following URL. http://www.asahi-net.or.jp/~vz4h-sruz/ipmsg-eng.html
Platform: | Size: 246825 | Author: yg49594 | Hits:

[WinSock-NDISChatSoftware

Description: java新手编的简单聊天小程序用UDP写的,对javanet包中最基本的类的基本应用-series of simple procedures for small chat with UDP written in the right javanet basic package of basic applications
Platform: | Size: 1269 | Author: fengever | Hits:

[WEB CodeJava_net(1-11)20031225

Description: 掌握网络基础概念利用Java语言在传输层进行编程UDP、TCP利用Java语言在应用层进行编程SMTP、POP3、HTTP掌握服务器端编程技术Servlet利用Java语言进行简单的分布式计算RMI、CORBA-grasp the concept of network infrastructure using Java language in the transport layer programming UDP, TCP use the Java language in the application layer program SMTP, POP3, HTTP server grasp programming language Java Servlet use of a simple distributed computing RMI, CORBA
Platform: | Size: 250779 | Author: we | Hits:

[ICQ-IM-Chatjavaoicq

Description: 我最近也在研究用java实现oicq。 这是我的客户端的简单编程实现。 主要是通过udp方式,实现用户间的对话。 其中运用了序列化类的方法。 以下是源代码,请多提意见。-Recently, I also examined the java achieve Live. This is my client's simple programming. Mainly through udp way to achieve a dialogue between users. The sequence in which the use of such methods. Following is the source code, please speak up.
Platform: | Size: 1024 | Author: zengjian | Hits:

[Otherjiaohuanjimoni

Description: 编写本程序时,所使用的是传输层的UDP协议,不分服务器和客户端,采用对等实体的形似实现信息的传输。运用java.net.DatagramPacket类和java.net.DatagrameSocket类实现套接和数据的传输。并且采用组播形式进行数据信息的传递。使用三个简单协议数据单元(PDU),即JOIN PDU,LEAVE PDU,MESSAGE PDU。分别表示首次连接时组播的数据报、用户离开时组播的数据报,用户输入完消息时组播的数据报。-preparation of this procedure, which is used in the transport layer UDP, regardless of the server and client, used such entities to realize the huge information transmission. Java.net.DatagramPacket use category and java.net.Data grameSocket Class of molars and data transmission. And using multicast form of the transfer of data information. Use three simple protocol data unit (PDU), the PDU JOIN, LEAVE PDU. MESSAGE PDU. , Said the first link multicast data reported that users leave multicast data reported, End user input information on the multicast data reported.
Platform: | Size: 1452032 | Author: 水依 | Hits:

[JSP/JavaHHAHHAHHE

Description: 当我们编写JAVA应用程序时,主要是在第四层即应用层工作。一般说来,不必关心TCP/UDP层,这是因为java.net包已提供了系统无关的底层实现。然而,理解TCP和UDP对于决定选择使用哪种java类,还是十分必要的-JAVA applications, primarily in the fourth layer is the application layer work. Generally speaking, does not have to care about TCP/UDP layers. This is because the java.net package provides system unrelated to the underlying implementation. However, the understanding of TCP and UDP for the decision to choose which category of java, is very necessary
Platform: | Size: 2048 | Author: dkfhjh | Hits:

[TCP/IP stack160955

Description: - IP Messenger is a pop up style message communication software for multi platforms. It is based on TCP/IP(UDP). - This software don t need server machine. - Simple, lightweight, and free software :-) - Win, Win16, Mac(Japanese only), X11R6, Java version and all source is open to public. You can get in the following URL. http://www.asahi-net.or.jp/~vz4h-sruz/ipmsg-eng.html-- IP Messenger is a pop up style message communication software for multi platforms. It is based on TCP/IP(UDP). - This software don t need server machine. - Simple, lightweight, and free software :-) - Win, Win16, Mac(Japanese only), X11R6, Java version and all source is open to public. You can get in the following URL. http://www.asahi-net.or.jp/~vz4h-sruz/ipmsg-eng.html
Platform: | Size: 246784 | Author: yg49594 | Hits:

[OtherChap-01

Description: It inclued all the networking TCP and UDP implemented in Java. IWth Complextity optimise-It inclued all the networking TCP and UDP implemented in Java. IWth Complextity optimisedd
Platform: | Size: 190464 | Author: Ocean | Hits:

[OtherAJP

Description: It inclued all the networking TCP and UDP implemented in Java. IWth Complextity optimise-It inclued all the networking TCP and UDP implemented in Java. IWth Complextity optimisedd
Platform: | Size: 20480 | Author: Ocean | Hits:

[JSP/JavaFeiChat

Description: 使用UDP/TCP两种协议实现的点对点聊天小程序-A little chat diagram with UDP/TCP,in java
Platform: | Size: 56320 | Author: 郝德水 | Hits:

[Internet-NetworkSOCKET_UDP_CLIENT

Description: xample socket client in java udp
Platform: | Size: 20480 | Author: vinh | Hits:

[OtherseroUtils

Description: A high-performance and ease-of-use implementation of the Modbus protocol written in Java by Infinite Automation Systems Inc.. Supports ASCII, RTU, TCP, and UDP transports as slave or master, automatic request partitioning and response data type parsing.
Platform: | Size: 352256 | Author: Sinh Van Pham | Hits:

[JSP/Javajava-UDP-programming

Description: javaUDP程序设计,代码详细有注释,可以直接在MyEclipse运行。欢迎下载使用-java UDP programming, code, detailed notes, directly in MyEclipse. Welcome to download
Platform: | Size: 1024 | Author: liu | Hits:

[JSP/JavaJavaGroups-0.9.5

Description: JavaGroups是一个可靠的群组通讯Java工具包。它基于IP组播(IP multicast),但在可靠性,组成员管理上对它作了扩展。 JavaGroups的成员关系管理体现在: 1,可以知道组内有哪些成员 2,成员的加入,离开,掉线等的通知 JavaGroups的主要功能特征: - 组的创建与删除。组成员能在LAN或WAN环境内互相发送消息 - 组的成员加入或离开 - 组成员的检测和通知:加入,离开,掉线 - 检测与移除已掉线的成员 - 消息的组播 (member-to-group或point-to-multipoint) - 消息的点对点发送 (member-to-member或point-to-point) - 支持UDP (IP Multicast), TCP, JMS等传输协议 - 免费开放源代码(LGPL)(JavaGroups is a reliable group communication Java toolkit. It is based on IP multicast (IP multicast), but it is extended on reliability, group membership management. JavaGroups membership management is embodied in: 1, you can know who are members of the group 2, members of the admission, leaving, dropping, etc. notice The main functional features of JavaGroups: - creation and deletion of groups. Group members can send messages to each other in a LAN or WAN environment - members of the group join or leave - check and notify members of the group: join, leave, disconnect Detect and remove members who have been dropped Message multicast (member-to-group or point-to-multipoint) - send point to point messages (member-to-member or point-to-point) - support UDP (IP, Multicast), TCP, JMS and other transport protocols - free open source code (LGPL))
Platform: | Size: 337920 | Author: 彤彤1 | Hits:

[JSP/Javamina

Description: Apache的Mina(Multipurpose Infrastructure Networked Applications)是一个网络应用框架,可以帮助用户开发高性能和高扩展性的网络应用程序;它提供了一个抽象的、事件驱动的异步API,使Java NIO在各种传输协议(如TCP/IP,UDP/IP协议等)下快速高效开发。(Apache Mina (Multipurpose Infrastructure Networked Applications) is a network application framework that can help users develop high performance and high scalability of the web application; it provides an abstract, event driven asynchronous API, Java NIO in various transmission protocols (such as TCP/IP, UDP/IP protocol, etc.) under the rapid and efficient development.)
Platform: | Size: 1090560 | Author: peter_du | Hits:

[JSP/Java0822

Description: MFC下的编程技术是整个设计的核心。在仔细学习了孙鑫老师的视频教程后,对网络编程做了一次梳理,本道设计采用的是基本套接字SOCKET的编程,基于UDP实现。(The programming technology under MFC is the core of the whole design. After careful study of Sun Xin's video tutorial, the network programming done a comb, this design is the basic socket SOCKET programming, based on UDP implementation. Protocol design. In order to send the client's Message to the server, some identification marks are added to the header to facilitate encapsulation and parsing. I)
Platform: | Size: 4096 | Author: 蜢蛰 | Hits:
« 1 2 3 4 56 7 »

CodeBus www.codebus.net